diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-03 22:02:18 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-03 22:02:18 +0000 |
| commit | 609a9925beef935217ca2cb24c6b5d5d64a6035e (patch) | |
| tree | ca5dd7c4c5385b97bcd1f1f5aec01f65e41568f3 /build/Makefile.kernel | |
| parent | dd0304e00d5152168b11b003c081821befb71c31 (diff) | |
build the resistance/placement plugins
Diffstat (limited to 'build/Makefile.kernel')
| -rw-r--r-- | build/Makefile.kernel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.kernel b/build/Makefile.kernel index 46770379..69c8ac69 100644 --- a/build/Makefile.kernel +++ b/build/Makefile.kernel @@ -49,7 +49,7 @@ uninstall: clean: $(LTCLEAN) $(target) - $(RM) $(objects) $(dir)/*\~ + $(RM) $(objects) $(srcdir)/*\~ $(RM) $(filter %.lex.c, $(sources)) $(RM) $(filter %.tab.c, $(sources)) $(RM) $(patsubst %.c,%.h, $(filter %.tab.c, $(sources))) |
