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
This commit is contained in:
Jörg Mayer 2005-07-12 12:44:42 +00:00
parent 2fcce4b6c4
commit e7c4db81c1
4 changed files with 13 additions and 12 deletions

View File

@ -286,7 +286,7 @@ SUFFIXES = .sh
#
# Build "tethereal-tap-register.c", which contains a function
# "register_all_tap_listeners()"
# that calls the register routines for all tehtereal tap listeners.
# that calls the register routines for all tethereal tap listeners.
#
# We do this by grepping through sources.
#
@ -300,7 +300,7 @@ SUFFIXES = .sh
tethereal-tap-register.c: $(TETHEREAL_TAP_SRC) $(srcdir)/make-tapreg-dotc
@echo Making tethereal-tap-register.c
@$(srcdir)/make-tapreg-dotc tethereal-tap-register.c $(srcdir) $(TETHEREAL_TAP_SRC)
ps.c: print.ps rdps
./rdps $(srcdir)/print.ps ps.c
@ -330,7 +330,7 @@ dftest_DEPENDENCIES = \
dftest_LDADD = \
$(ethereal_optional_objects) \
$(dftest_additional_libs) \
@SNMP_LIBS@ @SSL_LIBS@ \
@SNMP_LIBS@ @SSL_LIBS@ \
$(plugin_ldadd) \
@PCRE_LIBS@ \
@GLIB_LIBS@ -lm \

View File

@ -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

View File

@ -108,6 +108,7 @@ register.c: $(plugin_src) $(DISSECTOR_SRC) $(srcdir)/make-reg-dotc $(srcdir)/mak
CLEANFILES = \
libdissectors.a \
libdissectors.la \
register.c-tmp \
$(GENERATED_HEADER_FILES) \
*~

View File

@ -228,10 +228,10 @@ DISSECTOR_SRC = \
packet-dhcp-failover.c \
packet-dhcpv6.c \
packet-diameter.c \
packet-dis.c \
packet-dis-enums.c \
packet-dis-fields.c \
packet-dis-pdus.c \
packet-dis.c \
packet-dis-enums.c \
packet-dis-fields.c \
packet-dis-pdus.c \
packet-diffserv-mpls-common.c \
packet-distcc.c \
packet-dlsw.c \
@ -677,9 +677,9 @@ DISSECTOR_INCLUDES = \
packet-ddtp.h \
packet-diameter-defs.h \
packet-diffserv-mpls-common.h \
packet-dis-enums.h \
packet-dis-fields.h \
packet-dis-pdus.h \
packet-dis-enums.h \
packet-dis-fields.h \
packet-dis-pdus.h \
packet-dns.h \
packet-dvmrp.h \
packet-e164.h \