Browse Source

+ Changes from Sebastian Gunther

michael 26 years ago
parent
commit
3a3d53418b
1 changed files with 9 additions and 2 deletions
  1. 9 2
      base/makefile.fpc

+ 9 - 2
base/makefile.fpc

@@ -714,7 +714,7 @@ fpc_exes: $(EXEFILES)
 
 # Default sharedlib units are all unit objects
 ifndef SHAREDLIBUNITOBJECTS
-SHAREDLIBUNITOBJECTS=UNITOBJECTS
+SHAREDLIBUNITOBJECTS=$(UNITOBJECTS)
 endif
 
 fpc_staticlib:
@@ -800,7 +800,11 @@ fpc_staticinstall: staticlib
 
 fpc_sharedinstall: sharedlib
 	$(MKDIR) $(SHARED_UNITINSTALLDIR)
+ifdef UNITINSTALLFILES
 	$(INSTALL) $(UNITINSTALLFILES) $(SHARED_UNITINSTALLDIR)
+else
+	$(INSTALL) $(UNITOFILES) $(SHARED_UNITINSTALLDIR)
+endif
 	$(MKDIR) $(SHARED_LIBINSTALLDIR)
 	$(INSTALLEXE) *$(SHAREDLIBEXT) $(SHARED_LIBINSTALLDIR)
 
@@ -1044,7 +1048,10 @@ endif
 
 #
 # $Log$
-# Revision 1.44  1999-08-13 15:35:37  peter
+# Revision 1.45  1999-08-19 06:50:25  michael
+# + Changes from Sebastian Gunther
+#
+# Revision 1.44  1999/08/13 15:35:37  peter
 #   * UPX -> UPXPROG, because upx 0.80+ use the environment itself
 #
 # Revision 1.43  1999/08/09 22:19:46  peter