Mercurial > noffle
comparison Makefile.in @ 272:f3b44be9e4ab noffle
[svn] * configure.in: Remove '-ansi' and '-Wtraditional'. We use functions
that aren't strict ANSI, and I'm not interested in warnings about
usage differences between ANSI and K&R.
* Makefile.in,aclocal.m4,config.h.in,configure,src/Makefile.in:
Regenerate after configure.in change. With all the above in, we now
compile cleanly on Cygwin with GCC 3.2, except for a warning about
printing a time_t with a %ld format. This will serve as a reminder that
we assume time_t is the same size as a long.
author | bears |
---|---|
date | Sun, 10 Nov 2002 11:44:18 +0000 |
parents | b510f6a65a79 |
children | a0497ffac49b |
comparison
equal
deleted
inserted
replaced
271:3477050e8d10 | 272:f3b44be9e4ab |
---|---|
205 list='$(SOURCES) $(HEADERS)'; \ | 205 list='$(SOURCES) $(HEADERS)'; \ |
206 unique=`for i in $$list; do echo $$i; done | \ | 206 unique=`for i in $$list; do echo $$i; done | \ |
207 awk ' { files[$$0] = 1; } \ | 207 awk ' { files[$$0] = 1; } \ |
208 END { for (i in files) print i; }'`; \ | 208 END { for (i in files) print i; }'`; \ |
209 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ | 209 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ |
210 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)) | 210 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) |
211 | 211 |
212 mostlyclean-tags: | 212 mostlyclean-tags: |
213 | 213 |
214 clean-tags: | 214 clean-tags: |
215 | 215 |