commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd/libtrivfs Makefile


From: Roland McGrath
Subject: hurd/libtrivfs Makefile
Date: Sat, 15 Feb 2003 18:18:02 -0500

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Changes by:     Roland McGrath <address@hidden> 03/02/15 18:18:02

Modified files:
        libtrivfs      : Makefile 

Log message:
        2003-02-15  Roland McGrath  <address@hidden>
        
        * Makefile (installhdrs): Add generated headers only ifndef no_deps.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libtrivfs/Makefile.diff?tr1=1.42&tr2=1.43&r1=text&r2=text

Patches:
Index: hurd/libtrivfs/Makefile
diff -u hurd/libtrivfs/Makefile:1.42 hurd/libtrivfs/Makefile:1.43
--- hurd/libtrivfs/Makefile:1.42        Thu Jun 13 16:58:42 2002
+++ hurd/libtrivfs/Makefile     Sat Feb 15 18:18:02 2003
@@ -1,5 +1,5 @@
 #
-#   Copyright (C) 1994,95,96,97,99,2001,02 Free Software Foundation, Inc.
+#   Copyright (C) 1994,95,96,97,99,2001,02,03 Free Software Foundation, Inc.
 #
 #   This program is free software; you can redistribute it and/or
 #   modify it under the terms of the GNU General Public License as
@@ -51,8 +51,11 @@
 LCLHDRS = trivfs.h fsmutations.h priv.h
 MIGSFLAGS=-imacros $(srcdir)/fsmutations.h
 MIGCOMSFLAGS = -prefix trivfs_
-installhdrs := trivfs.h $(patsubst %,trivfs_%_S.h,fs io fsys)
+installhdrs := trivfs.h
 mig-sheader-prefix = trivfs_
+ifndef no_deps
+installhdrs += $(patsubst %,trivfs_%_S.h,fs io fsys)
+endif
 
 include ../Makeconf
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]