~vcs-imports/debian-cd/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: 93sam
  • Date: 2013-03-19 15:41:47 UTC
  • Revision ID: svn-v4:c860693b-58d1-0310-82f9-f716279a4817:trunk:2533
Fix cpp warning in Makefile. Closes: #704342

Show diffs side-by-side

added added

removed removed

Lines of Context:
369
369
        fi; \
370
370
        if [ "$(SOURCEONLY)"x != "yes"x ] ; then \
371
371
                cat $(TASKDIR)/$(TASK) | \
372
 
                cpp -nostdinc -nostdinc++ -P -undef $$ARCHDEFS $$VARIANTDEFS\
 
372
                cpp -nostdinc -P -undef $$ARCHDEFS $$VARIANTDEFS\
373
373
                        $$ARCHUNDEFS -U i386 -U linux -U unix \
374
374
                    -DFORCENONUSONCD1=0 \
375
375
                    -I $(TASKDIR) - - >> $(BDIR)/rawlist; \