chiark / gitweb /
Makefile: remove all the duplicated rules
[elogind.git] / extras / run_directory / Makefile
index 12dccf074973f8d6614c459959061cbec3d1079c..c1a83e3c0b78eac875ed5404c54989e271859636 100644 (file)
@@ -1,6 +1,6 @@
-# Makefile for udev_volume_id
+# Makefile for run_directory
 #
-# Copyright (C) 2004 Kay Sievers <kay.sievers@vrfy.org>
+# Copyright (C) 2005 Kay Sievers <kay.sievers@vrfy.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -29,9 +29,7 @@ INSTALL_PROGRAM = ${INSTALL}
 INSTALL_DATA  = ${INSTALL} -m 644
 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
 
-override CFLAGS+=-D_FILE_OFFSET_BITS=64
-
-OBJS = ../../udev.a ../../libsysfs/sysfs.a
+OBJS = $(LIBUDEV)
 
 .c.o:
        $(QUIET) $(CC) $(CFLAGS) -c -o $@ $<