summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Obermayr <johannesobermayr@gmx.de>2010-08-01 14:14:31 +0200
committerFrancisco Jerez <currojerez@riseup.net>2010-08-01 14:24:08 +0200
commit111a1cc0188dadac2b2228bc03c2e3b6ebe8f55f (patch)
tree283a19843ebaaee68c564679c1b827441eb8af1e
parenta222635cc4274fd846727f82e91e677e0a41a32c (diff)
Fix build when using static linking.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ccdae18..5935aba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
tvdump: tvdump.c nvreg.h
- gcc -Wall -O0 -g -lpciaccess -o $@ $< \ No newline at end of file
+ gcc -Wall -O0 -g -o $@ $< -lpciaccess