Changeset 205
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r201 r205 1 include Makefile.config1 -include Makefile.config 2 2 include Makefile.common 3 4 ifndef CONFIGURE_RUN 5 $(error You must run ./configure first) 6 endif 3 7 4 8 ifneq ($(SYSTEM),Darwin) -
trunk/configure
r200 r205 293 293 rm -f Makefile.config 294 294 cat > Makefile.config << EOF 295 CONFIGURE_RUN = yes 295 296 SYSTEM = $SYSTEM 296 297 BEOS_NETSERVER = $BEOS_NETSERVER
Note: See TracChangeset
for help on using the changeset viewer.