From 30b198e4d9f2e834dde8a4d258d90ef48257d0d5 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 27 Jul 2009 18:55:25 -0300 Subject: Get rid of modules/ directory. --- hardinfo2/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hardinfo2/Makefile.in') diff --git a/hardinfo2/Makefile.in b/hardinfo2/Makefile.in index 15c1a202..93cca0ca 100644 --- a/hardinfo2/Makefile.in +++ b/hardinfo2/Makefile.in @@ -40,14 +40,12 @@ benchmark.so: benchmark.c make $(BENCHMARK_OBJECTS) $(CCSLOW) $(CCFLAGS) $(CFLAGS) -o $@ -shared $< $(BENCHMARK_OBJECTS) \ $(GTK_FLAGS) $(GTK_LIBS) - ln -sf ../$@ modules %.so: %.c $(CC) $(CCFLAGS) $(CFLAGS) -o $@ -shared $< $(GTK_FLAGS) $(GTK_LIBS) - ln -sf ../$@ modules clean: - rm -rf .xvpics pixmaps/.xvpics *.o *.so hardinfo modules/*.so report + rm -rf .xvpics pixmaps/.xvpics *.o *.so hardinfo report find . -name \*~ -exec rm -v {} \; find . -name x86 -type l -exec rm -v {} \; -- cgit v1.2.3