mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add missing semicolon required by QNX shell.
from "Tegge, Bernd" <tegge@repas-aeg.de>
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
# programming. 'make install-all-headers' installs the whole contents
|
# programming. 'make install-all-headers' installs the whole contents
|
||||||
# of src/include.
|
# of src/include.
|
||||||
#
|
#
|
||||||
# $Header: /cvsroot/pgsql/src/include/Makefile,v 1.7 2001/02/20 20:37:13 tgl Exp $
|
# $Header: /cvsroot/pgsql/src/include/Makefile,v 1.8 2001/03/01 16:17:53 petere Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ remove-old-headers:
|
|||||||
: ; \
|
: ; \
|
||||||
else \
|
else \
|
||||||
rm -f $(DESTDIR)$(includedir)/$$file; \
|
rm -f $(DESTDIR)$(includedir)/$$file; \
|
||||||
fi \
|
fi ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user