diff options
Diffstat (limited to 'src/makefiles/Makefile.openbsd')
-rw-r--r-- | src/makefiles/Makefile.openbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.openbsd b/src/makefiles/Makefile.openbsd index d8fde49d5c8..eda311087cb 100644 --- a/src/makefiles/Makefile.openbsd +++ b/src/makefiles/Makefile.openbsd @@ -13,7 +13,7 @@ CFLAGS_SL = -fPIC -DPIC # Rule for building a shared library from a single .o file %.so: %.o ifdef ELF_SYSTEM - $(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ $< + $(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ else $(LD) $(LDREL) $(LDOUT) $<.obj -x $< @echo building shared object $@ |