Fresco/Prague/demo/Sys Makefile.in,1.3,1.4
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Prague/demo/Sys In directory purcel:/tmp/cvs-serv15040/demo/Sys Modified Files: Makefile.in Log Message: get the demo Makefiles in sync with the rest of the build system Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Prague/demo/Sys/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 19 Feb 2003 18:46:28 -0000 1.3 +++ Makefile.in 19 Feb 2003 19:17:29 -0000 1.4 @@ -60,7 +60,7 @@ @echo linking $(@F) $(CXX) -shared $(LDFLAGS) -o $@ $^ $(LIBS) -$(top_builddir)/bin/Loader: $(bdir)/Plugin1.so $(bdir)/Plugin2.so Loader.o +$(top_builddir)/bin/Loader: $(top_builddir)/Plugin1.so $(top_builddir)/Plugin2.so Loader.o @echo linking $(@F) $(CXX) $(LDFLAGS) -o $@ Loader.o $(LIBS)