mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
End of the make file simplifications.
This commit is contained in:
@@ -7,14 +7,15 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/tools/mkldexport/Attic/Makefile,v 1.1.1.1 1996/07/09 06:22:32 scrappy Exp $
|
||||
# $Header: /cvsroot/pgsql/src/tools/mkldexport/Attic/Makefile,v 1.2 1996/11/12 11:43:12 bryanh Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
SHPROG=mkldexport
|
||||
all: mkldexport
|
||||
|
||||
MKDIR= ../../mk
|
||||
include ../../Makefile.global
|
||||
include $(MKDIR)/postgres.mk
|
||||
mkldexport: mkldexport.sh
|
||||
cp mkldexport.sh mkldexport
|
||||
chmod a+x mkldexport
|
||||
|
||||
include $(MKDIR)/postgres.shell.mk
|
||||
clean:
|
||||
rm -f mkldexport
|
||||
|
Reference in New Issue
Block a user