Changeset 5693 in orxonox.OLD for trunk/src/lib/collision_detection/Makefile.in
- Timestamp:
- Nov 22, 2005, 12:53:48 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/Makefile.in
r5687 r5693 219 219 esac; \ 220 220 done; \ 221 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/collision_detection/Makefile'; \221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/collision_detection/Makefile'; \ 222 222 cd $(top_srcdir) && \ 223 $(AUTOMAKE) -- gnusrc/lib/collision_detection/Makefile223 $(AUTOMAKE) --foreign src/lib/collision_detection/Makefile 224 224 .PRECIOUS: Makefile 225 225 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.