faubackup Makefile,1.8,1.9
| Newsgroups | gmane.comp.sysutils.backup.faubackup.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/faubackup/faubackup In directory sc8-pr-cvs1:/tmp/cvs-serv6620 Modified Files: Makefile Log Message: use $(CC) for linking Index: Makefile =================================================================== RCS file: /cvsroot/faubackup/faubackup/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 15 Oct 2003 20:20:32 -0000 1.8 --- Makefile 16 Oct 2003 09:09:25 -0000 1.9 *************** *** 99,103 **** $(CC) -c -o $@ $(CFLAGS) $< $(BUILDDIR)/% : $(BUILDDIR)/%.o ! $(LD) -o $@ $(LDFLAGS) $< .PHONY: all clean dist-clean --- 99,103 ---- $(CC) -c -o $@ $(CFLAGS) $< $(BUILDDIR)/% : $(BUILDDIR)/%.o ! $(CC) -o $@ $(LDFLAGS) $< .PHONY: all clean dist-clean ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php