chiark / gitweb /
remove example rules and put the dev.d stuff into the run_directory folder
[elogind.git] / extras / run_directory / Makefile
index 12dccf074973f8d6614c459959061cbec3d1079c..14b4725daefb53e091c981a98b2988aa274bf4f9 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,8 +29,6 @@ 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
 
 .c.o: