diff options
Diffstat (limited to 'src/makefiles/Makefile.darwin')
-rw-r--r-- | src/makefiles/Makefile.darwin | 2 |
1 files changed, 0 insertions, 2 deletions
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 |