diff options
author | Keith Packard <keithp@keithp.com> | 2008-04-09 10:00:08 -0500 |
---|---|---|
committer | root <root@debian-t61.sh.intel.com> | 2008-04-12 06:14:13 +0800 |
commit | 7af82ca69fab431c744a8ca36a282d071ceb83c1 (patch) | |
tree | 1f1ab281f9fa4fe3d88f4c28e0f60a46a0978342 /src | |
parent | 601f9d3310653552a1d38acc7d5818c24bbaf53b (diff) |
Remove .g4b files on clean
(cherry picked from commit f270456e5612cb88933e6aabcd9a816c5c292229)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9b5d653a..1b11330e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -188,6 +188,8 @@ $(INTEL_G4B): $(INTEL_G4I) BUILT_SOURCES= $(INTEL_G4B) +clean-local: + -rm -f $(INTEL_G4B) endif if XMODES |