From f5229260c8ffa03175dfeeb8152bd9741f2e7c7f Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Fri, 30 Aug 1991 01:29:32 +0000
Subject: [PATCH] Added lib*.a to the GENERIC-CLEAN macro.

---
 scripts/import.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/import.make b/scripts/import.make
index 907d21251..4dd39f4cb 100644
--- a/scripts/import.make
+++ b/scripts/import.make
@@ -38,7 +38,7 @@ LYSKOMUSRBIN = /usr/local/bin
 
 
 
-GENERIC-CLEAN = *~ *.o dependencies core TAGS temp-Makefile temp-?-Makefile
+GENERIC-CLEAN = *~ *.o *.a dependencies core TAGS temp-Makefile temp-?-Makefile
 
 # Too ugly... and it swells...
 #
-- 
GitLab