commit: r1623 - neon/branches/0.28.x

joe at manyfish.co.uk joe at manyfish.co.uk
Wed Jan 28 20:13:36 EST 2009


Author: joe
Date: Wed Jan 28 17:13:36 2009
New Revision: 1623

Modified:
   neon/branches/0.28.x/Makefile.in

Log:
Merge r1616 from trunk:

* Makefile.in: Fix Makefile/neon-config generation in VPATH builds.

Submitted by: joe
Reviewed by: jorton


Modified: neon/branches/0.28.x/Makefile.in
==============================================================================
--- neon/branches/0.28.x/Makefile.in	(original)
+++ neon/branches/0.28.x/Makefile.in	Wed Jan 28 17:13:36 2009
@@ -119,10 +119,10 @@
 
 again: clean
 
-Makefile: Makefile.in
+Makefile: $(srcdir)/Makefile.in
 	@./config.status Makefile
 
-neon-config: neon-config.in
+neon-config: $(srcdir)/neon-config.in
 	@./config.status neon-config
 
 install-docs: install-man install-html




More information about the neon-commits mailing list