[master] Restored "; \" that was lost from makefiles in the previous change

This commit is contained in:
Glenn Randers-Pehrson
2010-01-07 08:14:16 -06:00
parent 772b72139a
commit f234091207
16 changed files with 32 additions and 32 deletions

View File

@@ -138,8 +138,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