[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/5] unionfs now builds successfully
From: |
Sergiu Ivanov |
Subject: |
Re: [PATCH 1/5] unionfs now builds successfully |
Date: |
Fri, 29 May 2009 00:00:30 +0300 |
>From 6f3e628fa4e90ed1316b2919b2d1a7ea08986b4c Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov <unlimitedscolobb@gmail.com>
Date: Thu, 28 May 2009 19:19:23 +0300
Subject: [PATCH] Update Makefile to make unionfs build.
* Makefile: Update copyright years.
Set $prefix to /usr.
---
Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index b180072..6a40005 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
# Hurd unionfs
-# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation,
+# Inc.
+#
# Written by Jeroen Dekkers <jeroen@dekkers.cx>.
#
# This program is free software; you can redistribute it and/or modify
@@ -17,6 +19,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
+prefix = /usr
+
CPP = gcc -E -x c
MIGCOM = mig -cc cat - /dev/null
--
1.5.2.4