Fix cpp warning in Makefile. Closes: #704342
This commit is contained in:
parent
7bccd7b9ca
commit
b7ea5d5530
2
Makefile
2
Makefile
|
@ -369,7 +369,7 @@ $(BDIR)/rawlist:
|
|||
fi; \
|
||||
if [ "$(SOURCEONLY)"x != "yes"x ] ; then \
|
||||
cat $(TASKDIR)/$(TASK) | \
|
||||
cpp -nostdinc -nostdinc++ -P -undef $$ARCHDEFS $$VARIANTDEFS\
|
||||
cpp -nostdinc -P -undef $$ARCHDEFS $$VARIANTDEFS\
|
||||
$$ARCHUNDEFS -U i386 -U linux -U unix \
|
||||
-DFORCENONUSONCD1=0 \
|
||||
-I $(TASKDIR) - - >> $(BDIR)/rawlist; \
|
||||
|
|
|
@ -52,6 +52,7 @@ debian-cd (3.1.12) UNRELEASED; urgency=low
|
|||
[ Robert Spencer ]
|
||||
* Extract debian-archive-keyring when setting up apt to avoid error
|
||||
messages about missing keys. Closes: #703431
|
||||
* Fix cpp warning in Makefile. Closes: #704342
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Wed, 26 Sep 2012 01:09:13 +0100
|
||||
|
||||
|
|
Loading…
Reference in New Issue