diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-13 18:45:11 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-13 18:45:11 +0000 |
commit | 7ef138d4d8d5042f9feaae9fb3bb3a4a947d8582 (patch) | |
tree | e7e892dc4f8c3a420ea433bac733a2562548cee1 /tools/Makefile.am | |
parent | 6524a7f07a5b73e2b34a5b8feeb8b4c4ff1fd385 (diff) |
make file cleanup
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 53e3e21d..f8312834 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -9,10 +9,4 @@ bin_PROGRAMS = hcitool l2ping man_MANS = hciattach.8 l2ping.8 -CLEANFILES = l2test.o l2test - - -all-local: l2test - -l2test: l2test.o - $(LINK) l2test.o $(LDFLAGS) $(LIBS) +noinst_PROGRAMS = l2test scotest |