summaryrefslogtreecommitdiff
path: root/src/gpuwattch/cacti
diff options
context:
space:
mode:
authorTayler Hetherington <[email protected]>2013-04-08 14:36:06 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:45 -0700
commita0bd12d85d2ed4014c191d15d0ebad02803abc6d (patch)
tree34583a451f7a3a24182a3bb1a37a49e88e07149d /src/gpuwattch/cacti
parent54a7b198182349d82ed0bd894ed50e30782643df (diff)
Updating gpuwattch makefiles
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15761]
Diffstat (limited to 'src/gpuwattch/cacti')
-rw-r--r--src/gpuwattch/cacti/cacti.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpuwattch/cacti/cacti.mk b/src/gpuwattch/cacti/cacti.mk
index 506f3af..c8c2192 100644
--- a/src/gpuwattch/cacti/cacti.mk
+++ b/src/gpuwattch/cacti/cacti.mk
@@ -49,11 +49,11 @@ obj_$(TAG)/$(TARGET) : $(OBJS)
#obj_$(TAG)/%.o : %.cc
# $(CXX) -c $(CXXFLAGS) $(INCS) -o $@ $<
-../Makefile.makedepend: depend
+Makefile.makedepend: depend
depend:
- touch ../Makefile.makedepend
- makedepend -f../Makefile.makedepend -pobj_$(TAG)/ -a $(SRCS) 2> /dev/null
+ touch Makefile.makedepend
+ makedepend -fMakefile.makedepend -pobj_$(TAG)/ -a $(SRCS) 2> /dev/null
obj_$(TAG)/%.o : %.cc
$(CXX) $(CXXFLAGS) -c $< -o $@
@@ -61,4 +61,4 @@ obj_$(TAG)/%.o : %.cc
clean:
-rm -f *.o _cacti.so cacti.py $(TARGET)
-#include ../Makefile.makedepend
+include Makefile.makedepend