From 7d7403e0e04197f19128bdc21e266d9c25166292 Mon Sep 17 00:00:00 2001 From: Paolo 'Blaisorblade' Giarrusso Date: Tue, 12 Jul 2005 13:58:20 -0700 Subject: [PATCH] --- yaml --- r: 4674 b: refs/heads/master c: 8b8a9da525c592f129ace454c4d82a80b122827a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/um/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index fd4b256be11c..c3a7bff4727a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 138d402793b84dc47bf13b0a6636d26c880d746e +refs/heads/master: 8b8a9da525c592f129ace454c4d82a80b122827a diff --git a/trunk/arch/um/Makefile b/trunk/arch/um/Makefile index 3f073902351f..4a375bbac109 100644 --- a/trunk/arch/um/Makefile +++ b/trunk/arch/um/Makefile @@ -140,7 +140,8 @@ endef #When cleaning we don't include .config, so we don't include #TT or skas makefiles and don't clean skas_ptregs.h. CLEAN_FILES += linux x.i gmon.out $(ARCH_DIR)/include/uml-config.h \ - $(GEN_HEADERS) $(ARCH_DIR)/include/skas_ptregs.h + $(GEN_HEADERS) $(ARCH_DIR)/include/skas_ptregs.h \ + $(ARCH_DIR)/include/user_constants.h MRPROPER_FILES += $(SYMLINK_HEADERS) $(ARCH_SYMLINKS) \ $(addprefix $(ARCH_DIR)/kernel/,$(KERN_SYMLINKS)) $(ARCH_DIR)/os \