Changeset 931
- Timestamp:
- May 25, 2007, 11:43:46 PM (18 years ago)
- Location:
- trunk/src/gmakenew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmakenew/Makefile.am
r928 r931 29 29 endif 30 30 31 SUBDIRS = glob config po doc $(MAYBE_W32) 31 # we can safely drop doc and po when bootstrapping kmk. 32 # SUBDIRS = glob config po doc $(MAYBE_W32) 33 SUBDIRS = glob config $(MAYBE_W32) 32 34 33 35 bin_PROGRAMS = kmk -
trunk/src/gmakenew/configure.in
r926 r931 449 449 450 450 # Specify what files are to be created. 451 AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile w32/Makefile) 451 #we can safely drop doc and po when bootstrapping kmk. 452 #AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile w32/Makefile) 453 AC_CONFIG_FILES(Makefile glob/Makefile config/Makefile w32/Makefile) 452 454 453 455 # OK, do it!
Note:
See TracChangeset
for help on using the changeset viewer.