]> git.saurik.com Git - apple/boot.git/blobdiff - i386/strings/Makefile
boot-122.tar.gz
[apple/boot.git] / i386 / strings / Makefile
index 0ea9d3621da5e9390e4c54d3fb26100c235e7d30..cb04324e234c507e4c5dce65c5dc08c20a5f561c 100644 (file)
@@ -7,38 +7,12 @@ VPATH = $(OBJROOT)
 
 CHOWN = chown
 
-FILES = Language.table \
-       BootHelp.txt \
-       English.lproj/Localizable.strings \
-       English.lproj/NetInstall.strings \
-       French.lproj/Localizable.strings \
-       French.lproj/NetInstall.strings \
-       German.lproj/Localizable.strings \
-       German.lproj/NetInstall.strings
-
-# Remove Swedish, Italian and Spanish for Rhap 1.0
-#      Italian.lproj/Localizable.strings \
-#      Italian.lproj/NetInstall.strings \
-#      Spanish.lproj/Localizable.strings \
-#      Spanish.lproj/NetInstall.strings \
-#      Swedish.lproj/Localizable.strings \
-#      Swedish.lproj/NetInstall.strings
-
-DIRS =  ${INSTALLDIR}/English.lproj \
-       ${INSTALLDIR}/French.lproj \
-       ${INSTALLDIR}/German.lproj
-
-# Remove Swedish, Italian and Spanish for Rhap 1.0
-#      ${INSTALLDIR}/Italian.lproj
-#      ${INSTALLDIR}/Spanish.lproj \
-#      ${INSTALLDIR}/Swedish.lproj
-
-DIRS_NEEDED = ${DIRS}
+FILES = BootHelp.txt
 
 all:
 
-install_i386:: $(INSTALLDIR) $(DIRS_NEEDED)
-       tar cf - ${FILES} | (cd ${INSTALLDIR}; tar xfBp - )
+install_i386:: $(INSTALLDIR)
+       cp $(FILES) $(INSTALLDIR)
        chown -fR root.wheel $(INSTALLDIR)
        chmod -R ugo-w  $(INSTALLDIR)