Fresco/Prague/demo/Sys Makefile.in,1.4,1.5
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-serv4490/Prague/demo/Sys Modified Files: Makefile.in Log Message: typo Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Prague/demo/Sys/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 19 Feb 2003 19:17:29 -0000 1.4 +++ Makefile.in 20 Feb 2003 04:44:59 -0000 1.5 @@ -60,7 +60,7 @@ @echo linking $(@F) $(CXX) -shared $(LDFLAGS) -o $@ $^ $(LIBS) -$(top_builddir)/bin/Loader: $(top_builddir)/Plugin1.so $(top_builddir)/Plugin2.so Loader.o +$(top_builddir)/bin/Loader: $(top_builddir)/bin/Plugin1.so $(top_builddir)/bin/Plugin2.so Loader.o @echo linking $(@F) $(CXX) $(LDFLAGS) -o $@ Loader.o $(LIBS)