~ubuntu-branches/ubuntu/hardy/dash/hardy-security

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-07-18 15:38:47 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070718153847-pef1uwy72j9gs9pw
Tags: 0.5.4-1ubuntu1
* Merge with Debian; remaining changes:
  - Build against glibc instead of dietlibc
  - Change default answer for "Install dash as /bin/sh?" question to true.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
COMMON_CFLAGS = -Wall
4
4
COMMON_CPPFLAGS = \
5
5
        -include $(top_builddir)/config.h \
6
 
        -DBSD=1 -DSMALL -DSHELL \
 
6
        -DBSD=1 -DSHELL \
7
7
        -DGLOB_BROKEN -DFNMATCH_BROKEN -DIFS_BROKEN
8
8
 
9
9
AM_CFLAGS = $(COMMON_CFLAGS)