]> git.saurik.com Git - apple/bootx.git/blobdiff - bootx.tproj/Makefile.preamble
BootX-55.1.tar.gz
[apple/bootx.git] / bootx.tproj / Makefile.preamble
index ca750ab0356057b1f0607f027c12d86fc39287c8..df4d7329cb7e4b13e62113e8b228469d60b0aa55 100644 (file)
 #    OTHER_YFLAGS, LOCAL_YFLAGS:  additional flags passed to yacc
 #    OTHER_LFLAGS, LOCAL_LFLAGS:  additional flags passed to lex
 
-ifeq "teflon" "$(RC_OS)"
-       OTHER_CFLAGS=-DkMacOSXServer=1
-else
-       OTHER_CFLAGS=-DkMacOSXServer=0
-endif
-
 # These variables provide hooks enabling you to add behavior at almost every 
 # stage of the make:
 #
@@ -133,7 +127,7 @@ LIBRARY_STYLE = STATIC
 
 # To include a version string, project source must exist in a directory named 
 # $(NAME).%d[.%d][.%d] and the following line must be uncommented.
-OTHER_GENERATED_OFILES = $(VERS_OFILE)
+OTHER_GENERATED_OFILES = $(VERS_OFILE)
 
 # This definition will suppress stripping of debug symbols when an executable
 # is installed.  By default it is YES.