diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-05 20:02:47 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-05 20:02:47 +0000 |
commit | d560a541eb6b1d96fe8fe696cf395ca82f13c9ec (patch) | |
tree | 31be47d938a703f54e0f53945a6c4b23601aa090 /Makefile.in | |
parent | 765696aac59b7146777e4dfda0d8d35df0bb29e1 (diff) |
Remove hp-timing.h on clean
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 9d72e8db8..f8c082bbe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -298,7 +298,7 @@ defconfig: extra/config/conf clean: @$(RM) -r lib include/bits $(RM) lib*/*.a ldso/*/*.a libpthread/*/*.a - $(RM) include/fpu_control.h include/dl-osinfo.h + $(RM) include/fpu_control.h include/dl-osinfo.h include/hp-timing.h $(MAKE) -C extra/locale locale_clean $(MAKE) headers_clean-y $(MAKE) -C test clean |