rbb@covalent.net writes:
> Was this fixed by my last commit to that file?
>
> Ryan
No, you didn't back this part out... I'll back out the rest of the
changes to Makefile.in and see how it goes.
Here is the diff between 1.18 (before the "Multiple build and
configuration fixes") and 1.20 ("Back out the build changes"):
$ diff -u 1.18 1.20
--- 1.18 Thu Oct 5 14:40:41 2000
+++ 1.20 Thu Oct 5 14:40:27 2000
@@ -21,11 +21,15 @@
gen_test_char: $(gen_test_char_OBJECTS)
$(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)
+$(gen_uri_delims_OBJECTS) $(gen_test_char_OBJECTS): %.lo: %.c
+ $(BUILD_LT_COMPILE)
+ $(LT_COMPILE)
+
uri_delims.h: gen_uri_delims
- ./gen_uri_delims > uri_delims.h
+ ./build-gen_uri_delims > uri_delims.h
test_char.h: gen_test_char
- ./gen_test_char > test_char.h
+ ./build-gen_test_char > test_char.h
util_uri.lo: uri_delims.h
util.lo: test_char.h
--
Jeff Trawick | trawick@ibm.net | PGP public key at web site:
http://www.geocities.com/SiliconValley/Park/9289/
Born in Roswell... married an alien...
|