diff options
author | Glenn Randers-Pehrson <glennrp@shaggy.simplesystems.org> | 2010-01-07 08:14:16 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp@shaggy.simplesystems.org> | 2010-01-07 08:14:16 -0600 |
commit | f234091207d8b5b747ed65acd3f7429a157849ae (patch) | |
tree | ff28ad249fa1036bda12678d71acc49f71d2e92c /scripts/makefile.elf | |
parent | 772b72139aabc2f6a9f8a642d05314563bd75c84 (diff) | |
download | libpng-f234091207d8b5b747ed65acd3f7429a157849ae.tar.gz |
[master] Restored "; \" that was lost from makefiles in the previous change
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 |