X-Git-Url: https://git.saurik.com/apple/hfs.git/blobdiff_plain/1a012475d7bd764b07be2ecf61c7af465f622915..53ff89597f3f1909261a36a9b398b18d35da3c72:/Makefile diff --git a/Makefile b/Makefile index 0d79b06..f4a89c6 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,6 @@ NAME = hfs PROJECTVERSION = 2.8 PROJECT_TYPE = Aggregate -BUNDLES = hfs_japanese - TOOLS = hfs_util OTHERSRCS = Makefile.preamble Makefile Makefile.postamble @@ -21,12 +19,12 @@ OTHERSRCS = Makefile.preamble Makefile Makefile.postamble MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles CODE_GEN_STYLE = DYNAMIC MAKEFILE = aggregate.make -LIBS = +LIBS = DEBUG_LIBS = $(LIBS) PROF_LIBS = $(LIBS) -NEXTSTEP_PB_CFLAGS = -Wno-four-char-constants +NEXTSTEP_PB_CFLAGS = -Wno-four-char-constants -Wall -Werror NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc