source: trunk/athena/bin/delete/debian/rules @ 23302

Revision 23302, 242 bytes checked in by tabbott, 16 years ago (diff)
Fix typo in recent DEB_AUTO_UPDATE_AUTOCONF changes. I'm not sure how this ended up wrong on everything other than my test case (debathena-athinfo).
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3DEB_AUTO_UPDATE_AUTOCONF = 2.50
4include /usr/share/cdbs/1/rules/debhelper.mk
5include /usr/share/cdbs/1/class/autotools.mk
6
7DEB_CONFIGURE_EXTRA_FLAGS += --with-afs=/usr
8
9clean::
10        rm -f configure delete_errs.h delete_errs.c
Note: See TracBrowser for help on using the repository browser.