1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

Make sure symlinks for sharedlib get removed by 'make clean'.

This commit is contained in:
Tom Lane
1999-06-30 23:57:31 +00:00
parent 7bf29f6b78
commit fa179dde82
6 changed files with 23 additions and 19 deletions

View File

@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.34 1999/02/07 22:10:45 tgl Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.35 1999/06/30 23:57:24 tgl Exp $
#
#-------------------------------------------------------------------------
@ -50,8 +50,9 @@ beforeinstall-headers:
.PHONY: clean
clean:
rm -f $(OBJS) $(shlib) lib$(NAME).a
clean: clean-shlib
rm -f $(OBJS) lib$(NAME).a
depend dep:
$(CC) -MM $(CFLAGS) *.c >depend