summaryrefslogtreecommitdiff
path: root/scripts/makefile.solaris-x86
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2010-01-07 08:14:16 -0600
committerGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2010-01-07 08:14:16 -0600
commitf234091207d8b5b747ed65acd3f7429a157849ae (patch)
treeff28ad249fa1036bda12678d71acc49f71d2e92c /scripts/makefile.solaris-x86
parent772b72139aabc2f6a9f8a642d05314563bd75c84 (diff)
downloadlibpng-f234091207d8b5b747ed65acd3f7429a157849ae.tar.gz
[master] Restored "; \" that was lost from makefiles in the previous change
Diffstat (limited to 'scripts/makefile.solaris-x86')
-rw-r--r--scripts/makefile.solaris-x864
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.solaris-x86 b/scripts/makefile.solaris-x86
index 80c1fc8b7..87959d662 100644
--- a/scripts/makefile.solaris-x86
+++ b/scripts/makefile.solaris-x86
@@ -147,8 +147,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