diff options
Diffstat (limited to 'scripts/makefile.elf')
-rw-r--r-- | scripts/makefile.elf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.elf b/scripts/makefile.elf index 6b73200fd..28e5ca88c 100644 --- a/scripts/makefile.elf +++ b/scripts/makefile.elf @@ -176,8 +176,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc -@$(RM_F) $(DL)/$(LIBSOMAJ) -@$(RM_F) $(DL)/$(OLDSO) cp $(LIBSOMAJ) $(DL) - (cd $(DL); - $(LN_SF) $(LIBSOMAJ) $(LIBSO) + (cd $(DL); \ + $(LN_SF) $(LIBSOMAJ) $(LIBSO); \ $(LN_SF) $(LIBSO) $(OLDSO)) -@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi |