Fresco/Fresco-Test/syunit Makefile.in,1.2,1.3
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/syunit
In directory purcel:/tmp/cvs-serv19313/syunit
Modified Files:
Makefile.in
Log Message:
Make sure that things are build ("make all") on "make install"
Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-Test/syunit/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.in 4 Apr 2003 22:09:58 -0000 1.2
+++ Makefile.in 22 Apr 2003 10:45:09 -0000 1.3
@@ -40,6 +40,8 @@
all: $(PYTHON_TARGETS)
+install: all # do nothing special
+
$(PYTHON_TARGETS):
@echo copying $(@F).
cp $(patsubst $(build_bindir)%, $(srcdir)%, $@) $@