Skip to content

Commit 9a1cab4

Browse files
committed
Add missing $(X).
1 parent 7fc2d50 commit 9a1cab4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/bin/pgtclsh/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
77
# Portions Copyright (c) 1994, Regents of the University of California
88
#
9-
# $PostgreSQL: pgsql/src/bin/pgtclsh/Makefile,v 1.42 2003/11/29 19:52:06 pgsql Exp $
9+
# $PostgreSQL: pgsql/src/bin/pgtclsh/Makefile,v 1.43 2003/12/19 11:54:25 petere Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -43,16 +43,16 @@ submake:
4343
$(MAKE) -C $(libpgtcl_builddir) all
4444

4545
install: all installdirs
46-
$(INSTALL_PROGRAM) pgtclsh $(DESTDIR)$(bindir)/pgtclsh
46+
$(INSTALL_PROGRAM) pgtclsh$(X) $(DESTDIR)$(bindir)/pgtclsh$(X)
4747
ifeq ($(with_tk), yes)
48-
$(INSTALL_PROGRAM) pgtksh $(DESTDIR)$(bindir)/pgtksh
48+
$(INSTALL_PROGRAM) pgtksh$(X) $(DESTDIR)$(bindir)/pgtksh$(X)
4949
endif
5050

5151
installdirs:
5252
$(mkinstalldirs) $(DESTDIR)$(bindir)
5353

5454
uninstall:
55-
rm -f $(DESTDIR)$(bindir)/pgtclsh $(DESTDIR)$(bindir)/pgtksh
55+
rm -f $(DESTDIR)$(bindir)/pgtclsh$(X) $(DESTDIR)$(bindir)/pgtksh$(X)
5656

5757
clean distclean maintainer-clean:
5858
rm -f pgtclAppInit.o pgtkAppInit.o pgtclsh pgtksh

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy