summaryrefslogtreecommitdiff
path: root/scripts/makefile.solaris-x86
diff options
context:
space:
mode:
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