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 +--- hardinfo2/modules/placeholder | 0 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 hardinfo2/modules/placeholder (limited to 'hardinfo2') 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 {} \; diff --git a/hardinfo2/modules/placeholder b/hardinfo2/modules/placeholder deleted file mode 100644 index e69de29b..00000000 -- cgit v1.2.3