Remove _stdint.h and byteorder.h in the distclean target.

merge-requests/1/head
Julien BLACHE 2008-03-20 21:14:04 +00:00
rodzic 52ec47a434
commit 59e7f02026
2 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2008-03-20 Julien Blache <jb@jblache.org>
* include/Makefile.in: remove _stdint.h and byteorder.h in
distclean target, autogenerated cruft.
2008-03-16 Nicolas Martin <nicols-guest at users.alioth.debian.org>
* backend/pixma_mp150.c, backend/pixma.h, doc/sane-pixma.man,
doc/descriptions/pixma.desc:

Wyświetl plik

@ -62,6 +62,7 @@ distclean: clean
rm -f $(addprefix sane/,$(DISTCLEAN_FILES))
rm -f Makefile
rm -f sane/config.h
rm -f _stdint.h byteorder.h
install:
$(MKDIR) $(DESTDIR)$(includedir)/sane