]> git.saurik.com Git - apple/libsystem.git/blobdiff - Makefile
Libsystem-55.tar.gz
[apple/libsystem.git] / Makefile
index 08f6bc2c3ef74c4d1fa6053f37fce2f23eac28eb..401a08f01fd66fad8ab0ee6c5fc41c17f91d39e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,8 @@ PROJECT_TYPE = Library
 
 OTHERLINKED = SystemMath.s
 
-OTHERSRCS = Makefile.preamble Makefile Makefile.postamble System.order
+OTHERSRCS = Makefile.preamble Makefile Makefile.postamble System.order\
+            Info.plist
 
 OTHERLINKEDOFILES = SystemMath.o
 
@@ -26,7 +27,7 @@ MAKEFILE = library.make
 NEXTSTEP_INSTALLDIR = $(USRLIBDIR)
 WINDOWS_INSTALLDIR = /Library/Frameworks
 PDO_UNIX_INSTALLDIR = /Library/Frameworks
-LIBS = -lc -lcurses -ldyld -ledit -linfo -lkvm -lm -lmacho\
+LIBS = -lc -lcurses -ldyld -linfo -lkvm -lm -lmacho\
        -lstreams -lunc -lkeymgr
 DEBUG_LIBS = $(LIBS)
 PROF_LIBS = $(LIBS)