diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 4 | ||||
-rw-r--r-- | src/makefiles/Makefile.aix | 2 | ||||
-rw-r--r-- | src/makefiles/Makefile.bsdi | 2 | ||||
-rw-r--r-- | src/makefiles/Makefile.cygwin | 4 | ||||
-rw-r--r-- | src/makefiles/Makefile.darwin | 2 | ||||
-rw-r--r-- | src/makefiles/Makefile.freebsd | 2 | ||||
-rw-r--r-- | src/makefiles/Makefile.linux | 2 | ||||
-rw-r--r-- | src/makefiles/Makefile.netbsd | 2 | ||||
-rw-r--r-- | src/makefiles/Makefile.openbsd | 2 | ||||
-rw-r--r-- | src/makefiles/Makefile.sco | 1 | ||||
-rw-r--r-- | src/makefiles/Makefile.sunos4 | 2 | ||||
-rw-r--r-- | src/makefiles/Makefile.ultrix4 | 2 |
12 files changed, 2 insertions, 25 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index a562cd116dd..02fab8c84c8 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.245 2008/10/29 16:06:46 petere Exp $ +# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.246 2008/11/14 10:22:47 petere Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -142,8 +142,6 @@ includedir_server = $(pkgincludedir)/server includedir_internal = $(pkgincludedir)/internal pgxsdir = $(pkglibdir)/pgxs -sqlmansect_dummy = l - ########################################################################## # diff --git a/src/makefiles/Makefile.aix b/src/makefiles/Makefile.aix index 35d45237f5f..696e5f42687 100644 --- a/src/makefiles/Makefile.aix +++ b/src/makefiles/Makefile.aix @@ -39,5 +39,3 @@ MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh %$(DLSUFFIX): %.o %.exp $(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -o $@ $*.o -Wl,-bE:$*.exp $(SHLIB_LINK) - -sqlmansect = 7 diff --git a/src/makefiles/Makefile.bsdi b/src/makefiles/Makefile.bsdi index 0ce07041236..a5a10dbb8dd 100644 --- a/src/makefiles/Makefile.bsdi +++ b/src/makefiles/Makefile.bsdi @@ -22,5 +22,3 @@ endif %.so: %.o $(CC) $(CFLAGS) -shared -o $@ $< - -sqlmansect = 7 diff --git a/src/makefiles/Makefile.cygwin b/src/makefiles/Makefile.cygwin index d552418c18c..3458b393e70 100644 --- a/src/makefiles/Makefile.cygwin +++ b/src/makefiles/Makefile.cygwin @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.10 2007/08/22 06:34:18 tgl Exp $ +# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.11 2008/11/14 10:22:47 petere Exp $ DLLTOOL= dlltool DLLWRAP= dllwrap ifdef PGXS @@ -40,5 +40,3 @@ endif ifneq (,$(findstring src/pl/plpython,$(subdir))) override CPPFLAGS+= -DUSE_DL_IMPORT endif - -sqlmansect = 7 diff --git a/src/makefiles/Makefile.darwin b/src/makefiles/Makefile.darwin index 9f761d4b4bb..debad62e8a3 100644 --- a/src/makefiles/Makefile.darwin +++ b/src/makefiles/Makefile.darwin @@ -14,5 +14,3 @@ endif # shlib ... should go away, since this is not really enough knowledge) %.so: %.o $(CC) $(CFLAGS) -bundle -o $@ $< $(BE_DLLLIBS) - -sqlmansect = 7 diff --git a/src/makefiles/Makefile.freebsd b/src/makefiles/Makefile.freebsd index 201dcd6f4cd..57afc185249 100644 --- a/src/makefiles/Makefile.freebsd +++ b/src/makefiles/Makefile.freebsd @@ -26,5 +26,3 @@ else @rm -f $@ $(LD) -x -Bshareable -Bforcearchive -o $@ $@.pic endif - -sqlmansect = 7 diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux index 0fadd273104..d28c7f306d8 100644 --- a/src/makefiles/Makefile.linux +++ b/src/makefiles/Makefile.linux @@ -12,5 +12,3 @@ endif %.so: %.o $(CC) $(CFLAGS) -shared -o $@ $< - -sqlmansect = 7 diff --git a/src/makefiles/Makefile.netbsd b/src/makefiles/Makefile.netbsd index 820e33074f1..366f20cdddc 100644 --- a/src/makefiles/Makefile.netbsd +++ b/src/makefiles/Makefile.netbsd @@ -28,5 +28,3 @@ else @rm -f $@ $(LD) -x -Bshareable -Bforcearchive -o $@ $@.pic endif - -sqlmansect = 7 diff --git a/src/makefiles/Makefile.openbsd b/src/makefiles/Makefile.openbsd index 7c6765c6570..4abc80ccf18 100644 --- a/src/makefiles/Makefile.openbsd +++ b/src/makefiles/Makefile.openbsd @@ -26,5 +26,3 @@ else @rm -f $@ $(LD) -x -Bshareable -Bforcearchive -o $@ $@.pic endif - -sqlmansect = 7 diff --git a/src/makefiles/Makefile.sco b/src/makefiles/Makefile.sco index 05ed940ee32..499dd53a7e6 100644 --- a/src/makefiles/Makefile.sco +++ b/src/makefiles/Makefile.sco @@ -10,4 +10,3 @@ endif %.so: %.o $(LD) -G -Bdynamic -o $@ $< -sqlmansect = 7 diff --git a/src/makefiles/Makefile.sunos4 b/src/makefiles/Makefile.sunos4 index d408dd3c462..129edbe08ab 100644 --- a/src/makefiles/Makefile.sunos4 +++ b/src/makefiles/Makefile.sunos4 @@ -9,5 +9,3 @@ endif %.so: %.o $(LD) -assert pure-text -Bdynamic -o $@ $< - -sqlmansect = 7 diff --git a/src/makefiles/Makefile.ultrix4 b/src/makefiles/Makefile.ultrix4 index e9acbc8d462..1c03737756f 100644 --- a/src/makefiles/Makefile.ultrix4 +++ b/src/makefiles/Makefile.ultrix4 @@ -8,5 +8,3 @@ CFLAGS_SL = -G 0 %.so: %.c $(CC) -c -G 0 $(CPPFLAGS) $(CFLAGS) -o $@ $< - -sqlmansect = 7 |