diff options
| author | Tayler Hetherington <[email protected]> | 2013-04-08 14:36:06 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:45 -0700 |
| commit | a0bd12d85d2ed4014c191d15d0ebad02803abc6d (patch) | |
| tree | 34583a451f7a3a24182a3bb1a37a49e88e07149d /src/gpuwattch/mcpat.mk | |
| parent | 54a7b198182349d82ed0bd894ed50e30782643df (diff) | |
Updating gpuwattch makefiles
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15761]
Diffstat (limited to 'src/gpuwattch/mcpat.mk')
| -rw-r--r-- | src/gpuwattch/mcpat.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpuwattch/mcpat.mk b/src/gpuwattch/mcpat.mk index 1a9405d..64db479 100644 --- a/src/gpuwattch/mcpat.mk +++ b/src/gpuwattch/mcpat.mk @@ -8,7 +8,7 @@ ifndef NTHREADS endif -LIBS = +LIBS = -I/usr/lib/ -I/usr/lib64/ INCS = -lm CC= @@ -95,7 +95,7 @@ Makefile.makedepend: depend depend: touch Makefile.makedepend makedepend -fMakefile.makedepend -pobj_$(TAG)/ $(SRCS) 2> /dev/null - @$(MAKE) -C ./cacti/ depend + $(MAKE) -C ./cacti/ depend clean: -rm -f *.o $(TARGET) |
