shmoverride_linked.c is auto-generated as a symlink during make, but
is not removed during a "make clean".  This corrects the error.

Signed-off-by: David Gibson <d...@au1.ibm.com>

Index: libhugetlbfs/tests/Makefile
===================================================================
--- libhugetlbfs.orig/tests/Makefile    2009-08-24 12:54:58.000000000 +1000
+++ libhugetlbfs/tests/Makefile 2009-08-24 12:55:38.000000000 +1000
@@ -207,6 +207,7 @@ clean:
        @$(VECHO) CLEAN "(tests)"
        rm -f *~ *.o *.so *.a *.d core a.out
        rm -rf obj*
+       rm -f shmoverride_linked.c # Autogenerated file
        rm -f $(TESTS)
 
 %.d: %.c


-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Libhugetlbfs-devel mailing list
Libhugetlbfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to