Changeset 6c77bba in rtems for Makefile.in
- Timestamp:
- 02/04/98 14:54:27 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0312defb
- Parents:
- 77ea27fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r77ea27fc r6c77bba 50 50 eval $$cmd || $(EXIT_CMD); \ 51 51 fi; done; 52 53 ## Configuration stuff 54 55 ACLOCAL = aclocal -I aclocal 56 AUTOCONF = autoconf 57 58 ACLOCAL_M4 = aclocal.m4 59 60 $(ACLOCAL_M4): configure.in 61 -cd $(RTEMS_ROOT) && $(ACLOCAL) 62 63 Makefile: Makefile.in config.status 64 CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 65 66 config.status: $(RTEMS_ROOT)/configure 67 $(SHELL) ./config.status --recheck 68 69 $(RTEMS_ROOT)/configure: $(RTEMS_ROOT)/configure.in $(ACLOCAL_M4) 70 -cd $(RTEMS_ROOT) && $(AUTOCONF) 71 72 .PRECIOUS: $(ACLOCAL_M4) configure Makefile config.status 73
Note: See TracChangeset
for help on using the changeset viewer.