Ethereal-dev: [Ethereal-dev] [patch] Current CVS doesn't compile outside the source tree.

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: didier <dgautheron@xxxxxxxx>
Date: Thu, 24 Apr 2003 13:54:25 +0000
Hi,
IMO make-reg-dotc feature : try to open in current directory first, is not a very good idea.

Didier
Index: gtk/Makefile.am
===================================================================
RCS file: /cvsroot/ethereal/gtk/Makefile.am,v
retrieving revision 1.57
diff -u -r1.57 Makefile.am
--- gtk/Makefile.am	23 Apr 2003 05:37:21 -0000	1.57
+++ gtk/Makefile.am	24 Apr 2003 11:45:22 -0000
@@ -38,7 +38,7 @@
 
 ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc
 	@echo Making ethereal-tap-register.c
-	@$(top_srcdir)/make-tapreg-dotc ethereal-tap-register.c $(top_srcdir) $(ETHEREAL_TAP_SRC)
+	@$(top_srcdir)/make-tapreg-dotc ethereal-tap-register.c $(srcdir) $(ETHEREAL_TAP_SRC)
 	
 
 if USE_GTK2