diff options
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules b/Rules index 9a7a505a30..f0ae048153 100644 --- a/Rules +++ b/Rules @@ -145,7 +145,7 @@ $(common-objpfx)sor-$(subdir): Makefile ifdef static-only-routines # These routines are to be omitted from the shared library object, # so we replace the PIC objects for them with the dummy object file. -$(static-only-routines:%=$(objpfx)%.so): %.so: $(common-objpfx) dummy.so +$(static-only-routines:%=$(objpfx)%.so): %.so: $(common-objpfx) dummy.o rm -f $@ ln $< $@ endif |