summaryrefslogtreecommitdiffstats
path: root/Makefile.rules.in
Commit message (Collapse)AuthorAgeFilesLines
* build: fix recursive parser.h inclusionPatrick McHardy2014-01-161-1/+8
| | | | | | | | | | Ocassionally when regenerating the scanner or parser (not sure which), recursive inclusion of the parser.h file occurs. The reason is that bison doesn't generate a header sandwich to protect against this (*sigh*). Change the makefile to do this manually. Signed-off-by: Patrick McHardy <kaber@trash.net>
* nftables: drop hard coded install using root user owner and groupKevin Fenzi2014-01-131-1/+1
| | | | | | | | Packaging systems build as a non priv user, so can't install as root. Users installing from source can 'sudo make install' or run 'make install' as root Signed-off-by: Kevin Fenzi <kevin@scrye.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
* build: fix endless recursion with SUBDIRS=...Patrick McHardy2010-07-061-1/+1
| | | | Signed-off-by: Patrick McHardy <kaber@trash.net>
* build: add 'archive' targetPatrick McHardy2010-07-061-0/+4
| | | | | | make archive creates a tar.bz2 from the HEAD version. Signed-off-by: Patrick McHardy <kaber@trash.net>
* build: remove double subdir in build outputPatrick McHardy2009-03-181-1/+1
| | | | Signed-off-by: Patrick McHardy <kaber@trash.net>
* build: work around docbook2x-man inability to specify output filePatrick McHardy2009-03-181-1/+1
| | | | Signed-off-by: Patrick McHardy <kaber@trash.net>
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+85