diff options
author | Jörg Mayer <jmayer@loplof.de> | 2005-07-12 12:44:42 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2005-07-12 12:44:42 +0000 |
commit | e7c4db81c1b94c06365c10450f41f1415a8f8a3f (patch) | |
tree | 49f6b33931eec927f2441b9d0fc5655896b4c6ce /Makefile.common | |
parent | 2fcce4b6c423f076a07fad957a1fe14df9afc4e2 (diff) | |
download | wireshark-e7c4db81c1b94c06365c10450f41f1415a8f8a3f.tar.gz wireshark-e7c4db81c1b94c06365c10450f41f1415a8f8a3f.tar.bz2 wireshark-e7c4db81c1b94c06365c10450f41f1415a8f8a3f.zip |
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
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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 |