[or-cvs] r14733: Fix for build process, still has circ depend but is able to (torbrowser/trunk/src/RelativeLink)
ioerror at seul.org
ioerror at seul.org
Sun May 25 11:32:03 UTC 2008
Author: ioerror
Date: 2008-05-25 07:32:03 -0400 (Sun, 25 May 2008)
New Revision: 14733
Modified:
torbrowser/trunk/src/RelativeLink/Makefile
Log:
Fix for build process, still has circ depend but is able to build. Annoying but working.
Modified: torbrowser/trunk/src/RelativeLink/Makefile
===================================================================
--- torbrowser/trunk/src/RelativeLink/Makefile 2008-05-25 11:27:44 UTC (rev 14732)
+++ torbrowser/trunk/src/RelativeLink/Makefile 2008-05-25 11:32:03 UTC (rev 14733)
@@ -9,7 +9,7 @@
$(CC) $(OBJECTS) $(CFLAGS) -o $(APPNAME)
RelativeLink.o: RelativeLink.c
- $(CC) $(CFLAGS) -c
+ $(CC) $(CFLAGS) -c RelativeLink.c -o RelativeLink.o
RelativeLink-res.rc.o: RelativeLink-res.rc
windres.exe RelativeLink-res.rc RelativeLink-res.rc.o
More information about the tor-commits
mailing list