Fresco/Fresco-Test/scripts Makefile.in,1.1,1.2
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/scripts
In directory purcel:/tmp/cvs-serv19313/scripts
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/scripts/Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.in 5 Apr 2003 22:37:35 -0000 1.1
+++ Makefile.in 22 Apr 2003 10:45:08 -0000 1.2
@@ -40,6 +40,8 @@
all: $(SCRIPT_TARGETS)
+install: all # do nothing special!
+
$(SCRIPT_TARGETS):
@echo copying $(@F).
cp $(patsubst $(build_bindir)%, $(srcdir)%, $@) $@