From e7c4db81c1b94c06365c10450f41f1415a8f8a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Tue, 12 Jul 2005 12:44:42 +0000 Subject: Remove/replace SPACES at the beginning of Makefile.am/Makefile.common files as not all make implementation work with this. Found by running grep '^ ' `find . -name "Makefile.am" -o -name "Makefile.common"` Gerald: Maybe adding this to the buildbot would be a good idea after all. svn path=/trunk/; revision=14904 --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index c3c2000ecc..889fa75b75 100644 --- a/Makefile.common +++ b/Makefile.common @@ -155,7 +155,7 @@ ethereal_SOURCES = \ $(ETHEREAL_COMMON_SRC) \ alert_box.c \ capture.c \ - capture_opts.c \ + capture_opts.c \ capture_sync.c \ capture_loop.c \ color_filters.c \ @@ -192,7 +192,7 @@ ethereal_INCLUDES = \ tethereal_SOURCES = \ $(ETHEREAL_COMMON_SRC) \ $(TETHEREAL_TAP_SRC) \ - capture_opts.c \ + capture_opts.c \ tethereal-tap-register.c \ tethereal.c -- cgit v1.2.3