diff options
Diffstat (limited to 'src/backend/storage/file/Makefile')
-rw-r--r-- | src/backend/storage/file/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/file/Makefile b/src/backend/storage/file/Makefile index 766a0c1d1c3..3e88b031045 100644 --- a/src/backend/storage/file/Makefile +++ b/src/backend/storage/file/Makefile @@ -4,7 +4,7 @@ # Makefile for storage/file # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/storage/file/Makefile,v 1.6 1999/10/13 15:02:29 tgl Exp $ +# $Header: /cvsroot/pgsql/src/backend/storage/file/Makefile,v 1.7 1999/12/09 19:15:00 momjian Exp $ # #------------------------------------------------------------------------- @@ -18,7 +18,7 @@ OBJS = fd.o buffile.o all: SUBSYS.o SUBSYS.o: $(OBJS) - $(LD) -r -o SUBSYS.o $(OBJS) + $(LD) $(LDREL) -o SUBSYS.o $(OBJS) depend dep: $(CC) -MM $(CFLAGS) *.c >depend |