parselogs, not parselog
authorxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Sun, 7 Oct 2012 18:16:07 +0000 (18:16 +0000)
committerxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Sun, 7 Oct 2012 18:16:07 +0000 (18:16 +0000)
git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@194 251d49ef-1d17-4917-a970-b30cf55b089b

Makefile
parselogs.c [moved from parselog.c with 100% similarity]

index 2145cfb07afb23c8f8b7bd459961e22ab79995f9..ef902d65968108b43f065984fe26f87aa242b960 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ sbindir=$(prefix)/sbin
 sysconfdir=/etc
 
 main: prometheus
-       $(CC) -o prometheus parselog.c prometheus.c
+       $(CC) -o prometheus parselogs.c prometheus.c
 
 deb: main
        debian/prometheus.debian
similarity index 100%
rename from parselog.c
rename to parselogs.c
This page took 0.158541 seconds and 4 git commands to generate.