aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--transfug_oe.c2
-rwxr-xr-x[-rw-r--r--]transfugdrake (renamed from transfugdrake.pm)1
3 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a6a69d3..a338c66 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ RPM=$(HOME)/rpm
#override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
all: transfug_oe
- #for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
+# for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
transfug_oe: transfug_oe.c
$(CC) $(CFLAGS) -o transfug_oe transfug_oe.c
diff --git a/transfug_oe.c b/transfug_oe.c
index 45b376b..c30aa96 100644
--- a/transfug_oe.c
+++ b/transfug_oe.c
@@ -1,7 +1,7 @@
/*
* transfugdrake
* (c) 2001 Yves Duret <yduret@mandrakesof.com>
- * $Id
+ * $Id$
*/
/* This program is free software; you can redistribute it and/or modify
diff --git a/transfugdrake.pm b/transfugdrake
index fd3123e..3a406c9 100644..100755
--- a/transfugdrake.pm
+++ b/transfugdrake
@@ -1,4 +1,5 @@
#! /usr/bin/perl
+# $Id$
#
# Yves Duret (yduret at mandrakesoft.com)